home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / pkpatch.arc / PKXARC.BUG < prev   
Internet Message Format  |  1988-01-20  |  2KB

  1. From katz@uwm-cs.UUCP Sun Sep 20 04:41:02 1987
  2. Path: clyde!rutgers!sunybcs!bingvaxu!leah!uwmcsd1!uwm-cs!katz
  3. From: katz@uwm-cs.UUCP ( Phil Katz)
  4. Newsgroups: comp.bugs.misc,comp.sys.ibm.pc
  5. Subject: Re: PKARC Serious Squash Bug
  6. Summary: PKXARC 3.5 bug fix
  7. Keywords: large binary files
  8. Message-ID: <676@uwm-cs.UUCP>
  9. Date: 20 Sep 87 08:41:02 GMT
  10. References: <4849@oliveb.UUCP> <13640@clyde.ATT.COM> <2391@drivax.UUCP>
  11. Distribution: usa
  12. Organization: U of Wi-Milw, College of Engineering
  13. Lines: 45
  14.  
  15. I have been able to confirm the bug in PKXARC 3.5 if a file
  16. (uncompressed) starts with 0x90, and the file is Squashed.  To
  17. date, I have received two direct reports of this problem.  For
  18. trivia buffs, this bug was also present in PKXARC 3.4, and never
  19. reported.
  20.  
  21. If a file starts with a 0x90 character (144 decimal) and is
  22. Squashed, PKXARC (and PKXARCjr and PKSFX) will not output this
  23. character, and will report the file fails CRC check.  The
  24. resulting extracted file will be exatcly 1 byte shorter than it
  25. should be (it is missing the 0x90 character at the beginning).
  26. Except for missing the first character, the extracted file will
  27. compare exactly with the original.  Re-inserting a 0x90 character
  28. at the beginning of the extracted file will restore it to the
  29. original file.
  30.  
  31. This problem can be fixed by the applying the following 
  32. patches to the PKXARC/PKXARCjr/PKSFX version 3.5 programs:
  33.  
  34. debug pkxarc.com
  35. e 1d0b 8b 3e c8 f4 80 3e d0 f5 0c 75 06 e8 a9 06 eb 1a 90 aa
  36. w
  37. q
  38.  
  39. debug pkxarcjr.com
  40. e 1c92 8b 3e aa f5 80 3e b2 f6 0c 75 06 e8 a8 06 eb 1a 90 aa
  41. w
  42. q
  43.  
  44. debug pksfx.pgm
  45. e 112 8c f5
  46. e 16a4 8b 3e 2a f7 80 3e 24 f8 0c 75 06 e8 17 04 eb 1a 90 aa
  47. w
  48. q
  49.  
  50.  
  51. >Phil Katz>
  52.  
  53. Exec-PC BBS, Shorewood WI ......... 414-964-5160, 24 hours, 1200/2400 baud
  54. RBBS of Chicago ................... 312-352-1035, 24 hours, 1200/2400 baud
  55. Sound of Music BBS, Oceanside NY .. 516-536-8723, 24 hours, 1200/2400 baud
  56. PKWARE BBS ........................ 414-352-7176, 24 hours, 1200/2400 baud
  57. USENET ............................ katz@uwm-cs.milw.wisc.edu
  58. BIX ............................... Username: philkatz
  59. U.S. Mail ......................... 7032 N. Ardara Ave., Glendale, WI 53209
  60.  
  61.  
  62.